test-sysroot: Use GSystem to spawn subprocess
authorColin Walters <walters@verbum.org>
Wed, 19 Mar 2014 13:13:28 +0000 (09:13 -0400)
committerColin Walters <walters@verbum.org>
Wed, 19 Mar 2014 13:15:38 +0000 (09:15 -0400)
commita10ddca1da7193cb48520776917b9c35c3880a96
treee24ef8e8f7c9003d73e703b83ccd725d11813515
parentefd3a75daacc507427e6b66b03fbb4db3d01f778
test-sysroot: Use GSystem to spawn subprocess

I was getting a weird hang in the installed tests with the shell as a
zombie process, not reaped by the parent, which was just stuck in
select() on the output pipes.  The thing is we don't actually want to
capture stdout/stderr, we just want to inherit.

GSystem.Subprocess makes that possible, so let's just use it now that
it's a proper installed library.
tests/test-sysroot.js